 @charset "utf-8";
/* CSS Document */

nav_head {
	width:600px;
	margin-left:inherit;
	margin-right:auto;
	height:75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 50px;
}


#nav_head ul {
	list-style: none;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 0;
}
#nav_head li {
	float: left;
	display: inline-block;
	text-align: center;
	font-size: .75em;
	width: 138px;
	
}
#nav_head li a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}
#nav_head li:first-child a {
	border-left: 1px solid #ccc; }
#nav_head li a:hover {
	color: #CC6600;
	font-size: 1em;
}




a { display: inline-block; }
a {
}
